﻿@media print {
    @page {
      
        margin: 0;
    }

  
        body {
       
            display: table;
            table-layout: fixed;
            padding-top: 2.5cm;
            padding-bottom: 2.5cm;
            height: auto;
        }
   
    
   
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
    a:after {
        content: "" !important;
    }

}
